This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~James Xantooterynds 25.Nov.03 05:40 PM a Web browser Notes Client6.0.2 CF2Windows 2000; Windows XP
Dear Colleagues,
We are writing extension manager to Notes, the extension manager traps the following hooks:
EM_MAILSENDNOTE,
EM_NSFNOTEEXTRACTFILE,
EM_NSFDBOPENEXTENDED,
EM_GETPASSWORD,
EM_NSFNOTEUPDATE,
EM_NSFNOTEUPDATEXTENDED,
EM_NSFNOTEDELETE,
EM_SCHFREETIMESEARCH,
EM_SCHRETRIEVE,
EM_SCHSRVRETRIEVE,
In particular we are interested in trapping any attempt of the user to send a note and checking for schedules of a list of invitees of a meeting as well as some other actions.
We are testing our code with Notes 6.02CF2 English version and our Domino Server is 6.02CF2 Japanese.
The extension successfully trap almost all of the above hooks, the problem is we never get the EM_SCHRETRIEVE or any of the schedule messages (EM_SCHFREETIMESEARCH, EM_SCHSRVRETRIEVE) instead the action of "Checking All Schedule..." mysteriously fire the EM_MAILSENDNOTE message.
Any ideas of why the Japanese Inbox never fires the EM_SCHRETRIEVE message, could it be problem with mail file design?